home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Talking Telnet / source / debug⁄errors / debug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  260 b   |  8 lines  |  [TEXT/CWIE]

  1. extern void putln(char *DebugString);
  2. void InitDebug(void);
  3. Boolean    DebugKeys(Boolean cmddwn, unsigned char ascii, short s);
  4. void    ShowDebugWindow(void);
  5.  
  6. // Don't undef this if compiling for PPC!!!!!!!! Yeah, sure Audit works w/PPC! ;)
  7. //#define SUPPORT_AUDIT
  8.